modules/engines/Makefile.am Decide whether to build the ms-windows theme
authorTor Lillqvist <tml@novell.com>
Sat, 4 Jun 2005 22:08:50 +0000 (22:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 4 Jun 2005 22:08:50 +0000 (22:08 +0000)
2005-06-05  Tor Lillqvist  <tml@novell.com>

* modules/engines/Makefile.am
* modules/input/Makefile.am: Decide whether to build the
ms-windows theme engine based on the GDK backend, not based on
platform. (I.e., if building for Cygwin with the X11 backend, we
shouldn't build the ms-windows engine, but if building for Cygwin
but with the Win32 backend, we should.) Ditto for the IME
(Windows) input module. (#305832)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
modules/engines/Makefile.am
modules/input/Makefile.am

index 1b4887eb59aabb6d765acbbe735d2fe48f086cb3..1bc131cabefc0a0abe34a80762dbf59b42cf7b1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-06-05  Tor Lillqvist  <tml@novell.com>
+
+       * modules/engines/Makefile.am
+       * modules/input/Makefile.am: Decide whether to build the
+       ms-windows theme engine based on the GDK backend, not based on
+       platform. (I.e., if building for Cygwin with the X11 backend, we
+       shouldn't build the ms-windows engine, but if building for Cygwin
+       but with the Win32 backend, we should.) Ditto for the IME
+       (Windows) input module. (#305832)
+
 2005-06-04  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkcursor-win32.c
index 1b4887eb59aabb6d765acbbe735d2fe48f086cb3..1bc131cabefc0a0abe34a80762dbf59b42cf7b1c 100644 (file)
@@ -1,3 +1,13 @@
+2005-06-05  Tor Lillqvist  <tml@novell.com>
+
+       * modules/engines/Makefile.am
+       * modules/input/Makefile.am: Decide whether to build the
+       ms-windows theme engine based on the GDK backend, not based on
+       platform. (I.e., if building for Cygwin with the X11 backend, we
+       shouldn't build the ms-windows engine, but if building for Cygwin
+       but with the Win32 backend, we should.) Ditto for the IME
+       (Windows) input module. (#305832)
+
 2005-06-04  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkcursor-win32.c
index 1b4887eb59aabb6d765acbbe735d2fe48f086cb3..1bc131cabefc0a0abe34a80762dbf59b42cf7b1c 100644 (file)
@@ -1,3 +1,13 @@
+2005-06-05  Tor Lillqvist  <tml@novell.com>
+
+       * modules/engines/Makefile.am
+       * modules/input/Makefile.am: Decide whether to build the
+       ms-windows theme engine based on the GDK backend, not based on
+       platform. (I.e., if building for Cygwin with the X11 backend, we
+       shouldn't build the ms-windows engine, but if building for Cygwin
+       but with the Win32 backend, we should.) Ditto for the IME
+       (Windows) input module. (#305832)
+
 2005-06-04  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkcursor-win32.c
index b82537db6e633c5526917938307134421996e6f1..8eff8c9308f55fc2bc39becc54fc240635c93f00 100644 (file)
@@ -1,4 +1,4 @@
-if PLATFORM_WIN32
+if USE_WIN32
 wimp = ms-windows
 endif
 
index 42c6e8997834062d46d50d32235870b72c8d4737..3beb81b696f90ccd83adff7d06ce667454757b56 100644 (file)
@@ -83,7 +83,7 @@ im_ime_la_SOURCES = \
        imime.c           \
        imm-extra.h
 im_ime_la_LIBADD = -limm32 $(LDADDS)
-if PLATFORM_WIN32
+if USE_WIN32
 IM_IME_MODULE=im-ime.la 
 endif